home *** CD-ROM | disk | FTP | other *** search
- mode=options_screen
- name=Manual Update
-
-
- # Include the animations that are used in every menu
- include=data/levels/menus.txt
-
-
- # icon_select must be repeated, as we are overriding data we just included
- icon_select:
- pos=175,,355
- image_list=ball/little/BAL100%02i.png
- range_start=0
- range_stop=15
- file_type=0
- anim_type=2
- anim_size=1800
- layer=5
- visible=0
- height=0
-
-
- # Sounds for the mode
-
- sound=sound_select,,sound_up,,sound_down
- directory_sound=data/sounds/
-
- sound_select:
- sound_list=menu_select.wav
-
- sound_up:
- sound_list=menu_up.wav
-
- sound_down:
- sound_list=menu_down.wav
-
-
- # Controls are the input that we are going to be watching for, and what action to perform when
- # we see that input.
-
- control=input_select_enter,,input_select_space,,input_quit,,input_up,,input_down,,input_joy_up,,input_joy_down,,input_joy_button,,input_joy_start
-
- input_select_enter:
- key=enter
- action=select
-
- input_select_space:
- key=space
- action=select
-
- input_quit:
- key=escape
- action=quit
-
- input_up:
- key=up
- action=option_up
-
- input_down:
- key=down
- action=option_down
-
- input_joy_up:
- joy=up
- action=option_up
-
- input_joy_down:
- joy=down
- action=option_down
-
- input_joy_button:
- joy=button_1
- action=select
-
- input_joy_start:
- joy=start
- action=quit
-
- # Actions are the work horses of this system. They interact with objects, and should be used
- # for as many inter-object calls as makes sense.
-
- action=select,,select_enter,,quit,,option_up,,option_down
-
- select:
- effect=menu,,select
-
- select_enter:
- effect=menu,,select
-
- quit:
- effect=mode,,data/mode_options.txt
-
- option_up:
- effect=menu,,optionUp
-
- option_down:
- effect=menu,,optionDown
-
- # Logic controllers are classes that run along with everything eles in the mode, but do not
- # have any specific assets. They will call actions, and look at all kinds of things in
- # a mode. You can give them variables to work on here, or all the variables can be
- # initialized in code.
-
- logic=menu_logic,,sound_logic
-
- menu_logic:
- purpose=manual_update
- order=1
- options=Update Version,,Back
- option_mode=http://alitius.com/games/basegolf/update.html,,data/mode_option_update.txt
- option_icon=icon_select
- option_icon_offset=-70,,-55
-
- option_desc=Select this item to be taken to the update web page.\n\nNote: this will cause a browser to be opened.,,-
- option_desc_pos=0,,300
- option_desc_size=15
-
-
- sound_logic:
- order=2
-
-